chore: remove hyperlight-nanvix backend#88
Merged
jsturtevant merged 1 commit intoMay 14, 2026
Conversation
Wipes the nanvix backend and every reference to it so the repo reads as if it never existed. - delete src/nanvix_sandbox/ crate (manifest, lib, examples, Justfile, lockfile) - drop the nanvix exclude entry and explanatory comment from root Cargo.toml - drop `mod nanvix` and the `nanvix::build` dependency from the root Justfile - remove the `nanvix-sandbox` job from .github/workflows/ci.yml - strip the Nanvix Sandbox section + TOC entry from README.md - drop the manual-version-bump bullet from RELEASE.md - rename the slide heading and remove the Nanvix guests section in docs/end-user-overview-slides.md - scrub the nanvix entries from the justfile-ci copilot skill notes Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
jsturtevant
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the nanvix backend.
mod nanvixand thenanvix::builddependency from the root Justfilenanvix-sandboxjob from .github/workflows/ci.yml